The clear property has five possible values: left | right | both | inherit | none

By clearing an element, you can ensure the element does not appear to the left or the right of any floated element. This has the result of turning a float "off" and restoring normal document flow to the remaining elements.

one
two
three
four
five
six